home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / var / lib / dpkg / info / ttf-indic-fonts-core.prerm < prev    next >
Encoding:
Text File  |  2008-08-28  |  247 b   |  11 lines

  1. #!/bin/sh
  2. set -e
  3.  
  4. # Automatically added by dh_installdefoma
  5. FILE='/etc/defoma/hints/ttf-indic-fonts-core.hints'
  6. if [ "$1" = remove ]; then
  7.     test -x /usr/bin/defoma-font && /usr/bin/defoma-font purge-all $FILE
  8. fi
  9. # End automatically added section
  10.  
  11.